home *** CD-ROM | disk | FTP | other *** search
/ Postcardigtal: Baalbeck / postcardigtal: Baalbeck.iso / pc / fhistory.swf / scripts / frame_1 / PlaceObject2_27_29 / CLIPACTIONRECORD onClipEvent(mouseMove).as
Text File  |  2003-07-04  |  219b  |  8 lines

  1. onClipEvent(mouseMove){
  2.    if(this.hitTest(_root._xmouse,_root._ymouse,true))
  3.    {
  4.       _root.banner.masque.finalx = _xmouse;
  5.       _root.title.finalx = _root._xmouse * (900 - _root.title._width) / 1024;
  6.    }
  7. }
  8.